[PATCH] Fix PCI BIOS double initialization.
Fix PCI BIOS double initialization.
Because the qemu device models are already doing the PCI BIOS initialization,
don't do it in rombios. With this change, the PCI network card becomes
functional.
Signed-off-by: Winston Wang <winston.l.wang@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
diff -r
e71f644f492e -r
5d58883fc7b8 tools/firmware/rombios/rombios.c
call _copy_e820_table
#endif
- call pcibios_init
-
call rom_scan
call _print_bios_banner